home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 May
/
EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso
/
recent2
/
graburl.readme
< prev
next >
Wrap
Text File
|
1997-04-21
|
2KB
|
50 lines
Short: Utilities to fetch HTTP files. (15/04/97)
Author: emonds@jsp.umontreal.ca (Serge Emond)
Uploader: emonds@jsp.umontreal.ca (Serge Emond)
Type: comm/www
Requires at least OS 3.0, rexxdossupport.library V2 and AmiTCP 4.0+.
Rexxdossupport can be found on AmiNet (util/rexx/rexxdossupport.lha)
This archive contains executables for 68000. Newest releases (including
programs compiled for 020/030/040) can be found on:
http://www.jsp.umontreal.ca/~emonds/GrabURL.html.
Contains 4 things:
1) GrabHTTP. Can grab files using the HTTP protocol. (ARexx host)
2) UrlManager. Keep a list of urls. (ARexx host)
3) ScanHTML. Scans an HTML file and creates a list of the urls
contained in it.
4) GrabURL.rexx.
The last one uses the 3 others to grab one or more files using HTTP.
It can collect files recursively using AmigaDOS patterns and has a lot of
options.
GrabHTTP also has a small GUI indicating the progress of the download.
This is freeware. It works without crashing on my system.
Comments are welcome.
Note:
For those who sent me requests/bugs reports and are still waiting for
updates, I'm very sorry but I really don't have much time to work on this.
In 3-4 weeks from now, I should have the time to get back on V2.0.
V2.0 is rewritten from scratch and will be a single executable with many
new features. Since then, the only modifications on V1.x will be minor bug
fixes.
---
Partial change-list since last release:
GrabHTML 1.04
- "transfert" in texts is now "transfer" :P
ScanHTML 1.03
- Can now understand urls like "." & "..".
ScanHTML 1.04
- Now complains about ".." followed by something else than nothing
or than "/" but do not abort scanning. This is a quick and dirty
patch but I don't have the time to do more :)